home *** CD-ROM | disk | FTP | other *** search
- (C) JOBST HENSIEK, Advanced Clipper - Fortran Interface
-
- FILES INCLUDED:
- EX.F FORTRAN Header containing the INTERFACE-Statements
- DEMOFORT.FOR Fortran Demo File
- DEMOCLIP.PRG Clipper Demo File
- EXOR.OBJ R. McConnell's EXTOR.OBJ File (specified in his
- C-Goodies.)
-
- Introduction:
- First you should print & read the File EX.F to get some idea, what
- this all about.
- Before you compile the demo, make sure the FORTRAN-Compiler-
- switches are set to: 'SET FL=/c /AL /Gs /Olt /FPa /Zl'.
- The link-command with the FORTRAN-LINKER (Vers. 4.1) is:
- LINK DEMOCLIP+DEMOFORT+EXTOR,DEMO,,CLIPPER+LLIBFORA;
-
- TIP:
- Do you have access to the MS C- Compiler 5.x ? Well, you should play
- around with McConnell's 'NSUPPORT'(C-GOODIES). You may 'tune' CLIPPER,
- to take full advantage of the Co-Proc. 80x87. This feature, combined
- with mixed language programming, is a very big throw! GOOD LUCK!
-